home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / waisgate / HTFWriter.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  574b  |  28 lines

  1. /*  */
  2.  
  3. /*              C File Writer                   HTWriter.c
  4. **              -------------
  5. **
  6. **   It is useful to have both FWriter and Writer for environments in
  7. **   which fdopen() doesn't exist for example.
  8. */
  9.  
  10. #ifndef HTFWRITE_H
  11. #define HTFWRITE_H
  12.  
  13. #include "HTStream.h"
  14. #include <stdio.h>
  15. #include "HTFormat.h"
  16.  
  17. extern HTStream * HTFWriter_new PARAMS((FILE * fp));
  18.  
  19. extern HTStream * HTSaveAndExecute PARAMS((
  20.         HTPresentation *        pres,
  21.         HTParentAnchor *        anchor, /* Not used */
  22.         HTStream *              sink));
  23.  
  24. #endif
  25. /*
  26.  
  27.     */
  28.